In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddCheckBoxFormField Method

AddCheckBoxFormField Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(1)>

Function AddCheckBoxFormField( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal FieldName As String, _

   ByVal Style As PdfCheckBoxStyle, _

   ByVal Checked As Boolean, _

   ByVal CheckMarkRed As Byte, _

   ByVal CheckMarkGreen As Byte, _

   ByVal CheckMarkBlue As Byte _

) As Integer
[DispId(1)]

int AddCheckBoxFormField( 

   float Left,

   float Top,

   float Width,

   float Height,

   string FieldName,

   PdfCheckBoxStyle Style,

   bool Checked,

   byte CheckMarkRed,

   byte CheckMarkGreen,

   byte CheckMarkBlue

)
function AddCheckBoxFormField( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    FieldName: String;

    Style: PdfCheckBoxStyle;

    Checked: Boolean;

    CheckMarkRed: Byte;

    CheckMarkGreen: Byte;

    CheckMarkBlue: Byte

): Integer; 
DispIdAttribute(1)

function AddCheckBoxFormField( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   FieldName : String,

   Style : PdfCheckBoxStyle,

   Checked : boolean,

   CheckMarkRed : byte,

   CheckMarkGreen : byte,

   CheckMarkBlue : byte

) : int;
[DispId(1)]

int AddCheckBoxFormField( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* FieldName,

   PdfCheckBoxStyle Style,

   bool Checked,

   byte CheckMarkRed,

   byte CheckMarkGreen,

   byte CheckMarkBlue

) 
[DispId(1)]

int AddCheckBoxFormField( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ FieldName,

   PdfCheckBoxStyle Style,

   bool Checked,

   byte CheckMarkRed,

   byte CheckMarkGreen,

   byte CheckMarkBlue

) 

Parameters

Left
Top
Width
Height
FieldName
Style
Checked
CheckMarkRed
CheckMarkGreen
CheckMarkBlue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members